Method TreeQuery<TProps>(long, int?)
Create tree query limited to subtree (synchronous, by ID).
Search will be performed only among descendants of specified rootObjectId.
public IRedbQueryable<TProps> TreeQuery<TProps>(long rootObjectId, int? maxDepth = null) where TProps : class, new()